home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / greed / install / go.bat
DOS Batch File  |  1996-02-27  |  218b  |  17 lines

  1. @cls
  2. @echo  
  3. @echo  
  4. @echo This program will install GREED in C:\GREED
  5. @ECHO 
  6. @ECHO Press Qtrl-break to STOP this NOW!
  7. @echo  
  8. @echo    
  9. @pause
  10. @cd ..
  11. @xcopy . c:\greed
  12. @cd c:\greed
  13. @greed
  14. @cd \
  15. @menu
  16.  
  17.